www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/fa.php

    <?php
$lang['blog']['title'] = 'بلاگ';
$lang['blog']['main_message'] = 'در این بخش می توانید ارسال جدید انجام دهید و به ترتیب تاریخ اضافه شود.';
$lang['blog']['descr'] = 'از بلاگ برای ارسال خبر و نوشتن مقالات برای کاربران استفاه کنید.';
$lang['blog']['categories'] = 'بخش های مختلف';
$lang['blog']['category'] = 'category';
$lang['blog']['choose_cat'] = 'Choose category...';
$lang['blog']['no_cat'] = 'No category';
$lang['blog']['new_cat'] = 'بخش جدید';
$lang['blog']['new_cat_message'] = 'اول نام بخش را انتخاب سپس ذخیره کنید';
$lang['blog']['delete_cat'] = 'حذف بخش';
$lang['blog']['posts'] = 'پست های موجود';
$lang['blog']['new_post'] = 'نوشتن یک مطلب جدید';
$lang['blog']['edit_post'] = 'ویرایش مطلب';
$lang['blog']['delete_post'] = 'حذف مطلب';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'نوشته شده توسط ';
$lang['blog']['reactions'] = 'پیام ها';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'ویرایش پیام ها';
$lang['blog']['edit_reactions_message'] = 'در اینجا می توانید پیام ها را ویرایش کنید';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'حذف پیام ها';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'اجازه استفاده از html کد نیست.';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>